@charset "utf-8";

/************************************************************/
/*reset*/
*{margin:0;padding:0;cursor:default;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ol,ul{list-style:none;}
/************************************************************/


/************************************************************/
.l{float:left;}
.r{float:right;}
.clear{clear:both;overflow:hidden;}
.center_align{margin-left:auto;margin-right:auto;}
.text_center{text-align:center;}
.text_left{text-align:left;}
.text_right{text-align:right;}
.text_b{font-weight:bold;}
.h5{height:5px;overflow:hidden;}
.h10{height:10px;overflow:hidden;}
.h15{height:15px;overflow:hidden;}
.h20{height:20px;overflow:hidden;}
.h25{height:25px;overflow:hidden;}
.h30{height:30px;overflow:hidden;}
.h35{height:35px;overflow:hidden;}
.h40{height:40px;overflow:hidden;}
.h45{height:45px;overflow:hidden;}
.h50{height:50px;overflow:hidden;}
.w5{width:5px;overflow:hidden;}
.w10{width:10px;overflow:hidden;}
.w15{width:15px;overflow:hidden;}
.w20{width:20px;overflow:hidden;}
.w25{width:25px;overflow:hidden;}
.w30{width:30px;overflow:hidden;}
.w35{width:35px;overflow:hidden;}
.w40{width:40px;overflow:hidden;}
.w45{width:45px;overflow:hidden;}
.w50{width:50px;overflow:hidden;}

.nonedecoration{text-decoration: none;}
.nonedecoration:hover{text-decoration: none;}
/************************************************************/


/************************************************************/
html{}
body{
	color:black;
	background:white;
	font-weight:normal;
	font-size:14px;
	font-family:'Microsoft YaHei';
}
a:link, a:visited, a:active{color:#5e5e5e;text-decoration:none;cursor:pointer;}
a:hover{color:black;text-decoration:underline;}
a img{cursor:pointer;}
.maxwidth{width:1080px;}
/************************************************************/


/*body {background: gray;}*/
.pagetop {
	position: absolute;
	width: 100%;
	min-width: 1080px;
	background: white;
	z-index: 9999;

    position: fixed;
    background-color: rgba(255,255,255,.9);
}
.pagetop > .pagetopbody {
	margin: 0 auto;
	width: 1080px;
}
.pagetop > .pagetopbody > .logo {
	float: left;
	margin: 15px 0;
	width: 180px;
	height: 60px;
	background: url(../images/logo.png) no-repeat;
}
.pagetop > .pagetopbody > .topright {
    position: absolute;
    right: 10px;
    line-height: 92px;
    font-size: 12px;
}

.pagetop > .pagetopbody > .nav {
	/*float: left;
	margin-left: 20px;*/
	float: right;
	margin-right: 30px;
}
.nav > ul {}
.nav > ul > li {
	float: left;
	border-right: 1px solid #dedede;
}
.nav > ul > li:last-child {
	border-right-width: 0;
}
.nav > ul > li > a {
    position: relative;
	display: inline-block;
	width: 120px;
	line-height: 92px;
	font-size: 16px;
	text-align: center;
}
/*.nav > ul > li > a:before {
	content: '';
	display: block;
	height: 2px;
}*/
.nav > ul > li > a:hover {
	text-decoration: none;
	/*background: #d7000f;*/
	color: white;
}
.nav > ul > li > .split {
	width: 0%;
	height: 2px;
	background: red;
	display: none;
}

.nav > ul > li > a .bg {
    width: 0%;
    height: 100%;
    background-color: #af1e28;
    position: absolute;
    z-index: -1;
}
@keyframes ani_navbg_1
{
    from {width: 0%;}
    to {width: 100%;}
}
.ani_navbg1 {
    width: 100% !important;
    animation:ani_navbg_1 200ms;
    -webkit-animation:ani_navbg_1 200ms;
}
@keyframes ani_navbg_2
{
    from {width: 100%;}
    to {width: 0%;}
}
.ani_navbg2 {
    width: 0% !important;
    animation:ani_navbg_2 200ms;
    -webkit-animation:ani_navbg_2 200ms;
}

/*.pagetopfixed {
    position: fixed;
    background-color: rgba(255,255,255,.9);
}*/

@keyframes ani_daohang_a
{
	from {width: 0%;}
	to {width: 100%;}
}

@keyframes ani_indexpro_1
{
    from {
        transform:scale(.1,.1);
    }
    to {
        transform:scale(1,1);
    }
}
.ani_indexpro1 {
    animation:ani_indexpro_1 500ms;
    -webkit-animation:ani_indexpro_1 500ms;
}
@keyframes ani_indexpro_2
{
    from {
        transform:scale(1,1)
    }
    to {
        transform:scale(.1,.1)
    }
}
.ani_indexpro2 {
    animation:ani_indexpro_2 500ms;
    -webkit-animation:ani_indexpro_2 500ms;
}

@keyframes ani_wlfz
{
    from {
        transform:scale(.1,.1);
        margin-left: -120px;
        margin-top: -100px;
    }
    to {
        transform:scale(1,1);
    }
}
.ani_wlfz {
    animation:ani_wlfz 500ms;
    -webkit-animation:ani_wlfz 500ms;
}

.subnav {
	position: fixed;
	width: 100%;
	background: #f7f7f7;
	/*height: 370px;*/
	z-index: 1000;
	display: none;
}
.subnav > .subnavbody {
	margin: 0 auto;
	/*padding: 35px 0;*/
	width: 1080px;
}
.subnav > .subnavbody > .navleft {
	float: left;
	width: 245px;
	border-right: 1px solid #dadada;
}
.subnav > .subnavbody > .navmain {
	float: left;
	padding-left: 35px;
}
.subnav > .subnavbody > .navleft > .title {
    padding-left: 50px;
	color: #d7000f;
    font-size: 56px;
    width: 160px;
}
.subnav > .subnavbody > .navleft > .title_en {
    padding-left: 50px;
    color: #979797;
    font-size: 24px;
}
.subnav > .subnavbody > .navleft > .subitems {
	padding-top: 20px;
}
.subnav > .subnavbody > .navleft > .subitems > li {
	line-height: 2;
}
.subnav > .subnavbody > .navleft > .subitems > li > a {
    display: block;
    padding-left: 50px;
	font-size: 16px;
}
.subnav > .subnavbody > .navleft > .subitems > li.active > a,
.subnav > .subnavbody > .navleft > .subitems > li > a.active,
.subnav > .subnavbody > .navleft > .subitems > li > a:hover {
	color:white;
    background-color: #d7000f;
    text-decoration: none;
}

.subnav > .subnavbody > .navmain > ul {
    border-left: 1px solid #d5d5d8;
    border-top: 1px solid #d5d5d8;
    width: 680px;
}
.subnav > .subnavbody > .navmain > ul > li {
    display: list-item;
    float: left;
    width: 135px;
    height: 130px;
    padding-top: 15px;
    border-right: 1px solid #d5d5d8;
    border-bottom: 1px solid #d5d5d8;
    text-align: center;
    background: white;
    line-height: 2;
}
.subnav > .subnavbody > .navmain > ul > li > a:hover {
	text-decoration: none;
	color: #d7000f;
}

.pagetop_pros img {
    max-width: 100px;
    max-height: 100px;
}

.top_banner {
    min-width: 1080px;
}

.pagemain {
    margin: 0 auto;
    width: 1080px;
    color: #666;
}

.pagebottom {
    background-color: #1e1e1e;
}

.pagecopyright {
    width: 100%;
    min-width: 1080px;
    background-color: #000;
    color: #474747;
}

.pagecopyright2 {
    width: 100%;
    min-width: 1080px;
    background-color: #262626;
    color: #898989;
}
.pagecopyright2 a {
    color: #898989;
}
.pagecopyright2 a:hover {
    text-decoration: none;
    color: #cccccc;
}

.linkslide .title {
    display: none;
    position: absolute;
    margin-top: 180px;
    width: 320px;
    background-color: rgba(0,0,0,.5);
    color: white;
    text-align: center;
    line-height: 30px;
}
.linkslide:hover .title {
    display: block;
}

.content {
    line-height: 2;
}
.content p {
    text-indent: 2em;
}

.protype {
    display: block;
    width:140px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #2b519a;
    text-align: center;
}
.protype.active,
.protype:hover {
    text-decoration: none;
    background-color: #2b519a;
    color: white;
}

.prolist {}
.prolist ul {

}
.prolist ul li {
    float: left;
    margin: 10px;
    width: 330px;
    /* height: 290px; */
    overflow: hidden;
    border: 1px solid #ebebeb;
}
.prolist ul li .proitemtop {
    background-color: #d7d7d7;
}
.prolist ul li .proitemtop .pic {
    width: 330px;
    height: 170px;
    text-align: center;
}
.prolist ul li .proitemtop .pic img {
    max-width: 330px;
    max-height: 130px;
}
.prolist ul li .title {
    padding: 0 30px;
    color: #132445;
    font-size: 18px;
    line-height: 30px;
}
.prolist ul li .intro {
    padding: 0 30px;
    height: 80px;
    overflow: hidden;
    color: #545668;
    font-size: 16px;
    line-height: 1.5;
}
.prolist ul li .prolink {
    display: block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #3d6d9a;
    color: white;
    margin: 0 auto;
}
.prolist ul li .prolink:hover {
    text-decoration: none;
}

.prolist ul li:hover .proitemtop {
    background-color: #3d6d9d;
}
.prolist ul li:hover .title {
    color: white;
}



@keyframes ani_about_title
{
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 1.0;
    }
}
.ani_about_title {
    animation:ani_about_title 2000ms;
    -webkit-animation:ani_about_title 2000ms;
}
@keyframes ani_about_content
{
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1.0;
    }
    100% {
        opacity: 1.0;
    }
}
.ani_about_content {
    animation:ani_about_content 2000ms;
    -webkit-animation:ani_about_content 2000ms;
}

/*@keyframes ani_about_zyyw_1
{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}*/
@keyframes about_ani_1_1 {
    0%  {opacity:0.0;}
    50% {opacity:1.0;}
}
.about_ani_1_1 {
    animation:about_ani_1_1 5s;
    -webkit-animation:about_ani_1_1 5s;
}

@keyframes about_ani_1_2 {
    00%  {opacity:0.0;}
    20%  {opacity:0.0;}
    60% {opacity:1.0;}
}
.about_ani_1_2 {
    animation:about_ani_1_2 5s;
    -webkit-animation:about_ani_1_2 5s;
}

@keyframes about_ani_1_3 {
    00%  {opacity:0.0;margin-left:-200px;}
    20%  {opacity:0.0;margin-left:-200px;}
    60% {opacity:1.0;margin-left:0;}
}
.about_ani_1_3 {
    animation:about_ani_1_3 5s;
    -webkit-animation:about_ani_1_3 5s;
}

@keyframes about_ani_1_4 {
    00%  {opacity:0.0;margin-right:-200px;}
    20%  {opacity:0.0;margin-right:-200px;}
    60% {opacity:1.0;margin-right:0;}
}
.about_ani_1_4 {
    animation:about_ani_1_4 5s;
    -webkit-animation:about_ani_1_4 5s;
}

@keyframes about_ani_1_5 {
    00%  {opacity:0.0;margin-top:100px;}
    20%  {opacity:0.0;margin-top:100px;}
    60% {opacity:1.0;margin-top:0;}
}
.about_ani_1_5 {
    animation:about_ani_1_5 5s;
    -webkit-animation:about_ani_1_5 5s;
}

@keyframes about_ani_2_1
{
    0%   {opacity:0;}
    25%  {opacity:0;}
    50%  {opacity:1.0;}
    100% {opacity:1.0;}
}
.about_ani_2_1 {
    animation:about_ani_2_1 2000ms;
    -webkit-animation:about_ani_2_1 2000ms;
}
@keyframes about_ani_2_2
{
    0%   {opacity:0;}
    25%  {opacity:0;}
    50%  {opacity:0;}
    75%  {opacity:1.0;}
    100% {opacity:1.0;}
}
.about_ani_2_2 {
    animation:about_ani_2_2 2000ms;
    -webkit-animation:about_ani_2_2 2000ms;
}

@keyframes about_ani_3_1 {
    from {opacity:0.0;margin-left:-200px;}
    to   {opacity:1.0;margin-left:0;}
}
.about_ani_3_1 {
    animation:about_ani_3_1 2s;
    -webkit-animation:about_ani_3_1 2s;
}

@keyframes about_ani_3_2 {
    from {opacity:0.0;margin-right:-200px;}
    to   {opacity:1.0;margin-right:0;}
}
.about_ani_3_2 {
    animation:about_ani_3_2 2s;
    -webkit-animation:about_ani_3_2 2s;
}

@keyframes about_ani_4_1 {
    from {opacity:0.0;}
    to   {opacity:1.0;}
}
.about_ani_4_1 {
    animation:about_ani_4_1 2s;
    -webkit-animation:about_ani_4_1 2s;
}

@keyframes about_ani_4_2 {
    from {opacity:0.0;margin-top:200px;}
    to   {opacity:1.0;margin-top:0;}
}
.about_ani_4_2 {
    animation:about_ani_4_2 2s;
    -webkit-animation:about_ani_4_2 2s;
}

@keyframes top_submenu_qh {
    from {opacity:0.0;}
    to   {opacity:1.0;}
}
.top_submenu_qh {
    animation:top_submenu_qh 1s;
    -webkit-animation:top_submenu_qh 1s;
}



.bottomlinks {}
.bottomlinks .link1 {
    color: white;
}
.bottomlinks .link2 {
    color: #cd888b; font-size:15px;
}


@keyframes ani_ry
{
    from { opacity: 0; }
    to { opacity: 1.0; }
}
.ani_ry {
    animation:ani_ry 5000ms;
    -webkit-animation:ani_ry 5000ms;
}

.rylist {}
.rylist ul {}
.rylist ul li {
    float: left;
    width: 200px;
    height: 350px;
    padding: 0 35px;
    text-align: center;
    line-height: 1.5;
}
.rylist ul li img {
    width: 200px;
    height: 280px;
}









a.icon {
    text-decoration: none;
}
a.icon:hover {
    text-decoration: none;
}
.icon {
    display: inline-block;
    padding-left: 24px;
    height: 24px;
    line-height: 24px;
    min-width: 24px;
}
.icon24 {
    padding-left: 24px;
    height: 24px;
    line-height: 24px;
    min-width: 24px;
}
.icon32 {
    padding-left: 32px;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
}
.icon48 {
    padding-left: 48px;
    height: 48px;
    line-height: 48px;
    min-width: 48px;
}
.icon_search {
    background: url(../images/icon_search.png) left no-repeat;
}
